VibrationWrapper

data class VibrationWrapper(val value: Int) : Vibration

Used to wrap the Vibration interface due to typealias constraints

Parameters

value

The length of the Vibration in milliseconds

Constructors

Link copied to clipboard
constructor(value: Int)

Properties

Link copied to clipboard
val value: Int